PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFMatrix Class / PDFMatrix Constructor / PDFMatrix Constructor(PDFMatrix)
Source matrix.
In This Topic
    PDFMatrix Constructor(PDFMatrix)
    In This Topic
    Initializes a new PDFMatrix object with an existing matrix.
    Syntax
    public PDFMatrix( 
       PDFMatrix matrix
    )

    Parameters

    matrix
    Source matrix.
    See Also